Release 10.1A: OpenEdge Development:
Progress Dynamics Web Development Guide


Configuring the IIS Web server

These configuration instructions apply to the Microsoft IIS Web server. Configuration tasks include:

Setting up virtual directories

You create a virtual directory for Progress Dynamics static files so that the Web server can find them. (The other alternative is to copy the static files to the Web server’s Document Root directory.) You can think of a virtual directory as an alias for install_dir\tty\dynamics\ry, the directory where the Progress Dynamics install places the static files.

You can use the IIS Web server’s Internet Service Manager to set up virtual directories. The Internet Service Manager can usually be found under the Administrative Tools section of the Windows Control Panel. When it is running, select Default Web Site. Then select Action New Virtual Directories. A wizard takes you through the process of creating a virtual directory.

Setting up extension mapping

You use extension mapping to enable the Web Server to find the Progress Dynamics WebSpeed Broker. (The other alternative is to explicitly name the Broker in the default HTML layout file.)

This section contains instructions on setting up extension mapping for .wsc and .icf on the IIS Web server.

Note: Extension mapping for .wsc (in addition to .icf) is necessary to enable the WebSpeed CGIIP Messenger to run under IIS. For more information, read the cgiip.wsc file. It is located in install_dir\bin, where install_dir is the folder where OpenEdge is installed.

To set up extension mapping:

  1. Start the Web server if it is not already running.
  2. Start the Internet Services Manager.
  3. You can usually find the Internet Services Manager under Administrative Tools in the Windows Control Panel.

  4. Under the Web Sites node, expand the Default Website node.
  5. Right-click on the Scripts folder.
  6. The Scripts folder should be a virtual directory that points the Web server’s scripts directory, usually C:\Inetpub\Scripts. If it does not exist, you can create it. See the "Setting up virtual directories" section.

  7. Select Properties from the drop-down menu.
  8. In the Virtual Directory tab, choose Configuration.
  9. In the App Mappings tab, choose Add.
  10. In the Add/Edit Application Extension Mapping pop-up window, type the following in the Executable field:
    install_dir\bin\cgiip.exe %s %s 
    
  11. Where install_dir is the directory where you installed OpenEdge. (If install_dir contains spaces, you must enclose it in quotation marks.)

  12. Type the following in the Extension field:
    .wsc 
    
  13. Select the Script Engine check box. Deselect the Check that file exists check box.
  14. Choose OK.
  15. In the App Mappings tab, choose Apply. Then choose the OK button.
  16. Right-click on the virtual directory that was added for Progress Dynamics (for example, dynamics20) under the Default Website node.
  17. Select Properties from the drop-down menu.
  18. In the Documents tab, check the Enable Default Document option. The settings should look similar to the following:
  19. In the Virtual Directory tab, choose Configuration.
  20. In the App Mappings tab, choose Add.
  21. In the Add/Edit Application Extension Mapping pop-up window, type the following in the Executable field:
    install_dir\bin\cgiip.exe -i wsdynamics1 
    
  22. Where install_dir is the directory where you installed OpenEdge. (If install_dir contains spaces, you must add quotes around it.) wsdynamics1 is the name of the Progress Dynamics Web Broker.

  23. Type the following in the Extension field:
    .icf 
    
  24. Select the Script Engine check box. Deselect the Check that file exists check box.
  25. Choose OK.
  26. In the App Mappings tab, choose Apply, and then choose OK.
  27. Exit from the Internet Service Manager.
  28. Note: If you use extension mapping, only one Progress Dynamics Broker can be set up for the Web server.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095